home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / t_bsd / ham_bsd.txt < prev    next >
Internet Message Format  |  1996-06-25  |  2KB

  1. Date: Tue, 12 Oct 93 07:50:22 PDT
  2. From: brian@nothing.ucsd.edu (Brian Kantor)
  3. Message-Id: <9310121450.AA07227@nothing.ucsd.edu>
  4. To: ham-bsd@ucsd.edu
  5. Subject: 386bsd-0.1 patches for ax.25 in the kernel
  6.  
  7. I've made available my patches for adding AX.25 as a native protocol in the
  8. 386BSD-0.1 kernel, along with modified utilities.
  9.  
  10. This is NOT a complete system.  I'm releasing this in its chaotic
  11. incomplete state in the hopes that some of you who are Unix kernel
  12. hackers will be able to take up where I left off.
  13.  
  14. What works:
  15.     IP over AX.25
  16.     AX.25 connection establishment and knockdown
  17.     AX.25 datagrams
  18.     one KISS interface
  19.  
  20. What doesn't work:
  21.     AX.25 routing
  22.     AX.25 stream mode sockets
  23.     ARP
  24.     interface configuration
  25.  
  26. A lot of the code that doesn't work yet is stubbed to enable the rest of
  27. the system to boot and run.  You can, as it stands, connect a KISS TNC,
  28. telnet to another ham host, ftp, mail, etc.  But the addresses are
  29. hard-coded.
  30.  
  31. I wish I'd had an opportunity to finish this, but personal matters
  32. simply don't permit me to proceed.  I don't want to see this code go to
  33. waste, so here it is.  Enjoy.
  34.  
  35. I dunno how much work it will be to port it to BSDI or NetBSD or FreeBSD
  36. or any of the later versions.  All these changes were made to the
  37. original 0.1 Jolitz release.
  38.  
  39. I can answer a few general questions about what I've done, and the
  40. philosophy thereof, but keep in mind it's been nearly a year since I've
  41. worked on the code itself, so don't ask for details.  Do expect bugs.
  42.  
  43. Have fun!
  44.         - Brian
  45.  
  46.